projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be6926
)
Set the correct initial value for the direction property
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Feb 2011 01:36:46 +0000
(20:36 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Feb 2011 01:36:46 +0000
(20:36 -0500)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index b4ea5cc0e8e8c6e175dd442389bee51b2f09ed72..45f1417badc04e1d43a56a4fb4d859bc399d0ac3 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-716,7
+716,7
@@
gtk_style_context_init (GtkStyleContext *style_context)
(GDestroyNotify) style_data_free);
priv->theming_engine = g_object_ref ((gpointer) gtk_theming_engine_load (NULL));
- priv->direction = GTK_TEXT_DIR_
RTL
;
+ priv->direction = GTK_TEXT_DIR_
LTR
;
priv->screen = gdk_screen_get_default ();